.text a {
    color: inherit;
}
.header-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.header-part .header-banner {
    width: 100%;
    height: 140px;
    background-color: #3f70C8;
    position: relative;
    box-sizing: border-box;
}
.header-part .header-banner .banner-wrap {
    margin: 0 auto;
    padding: 25px 0;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}
.header-part .header-banner .banner-wrap .banner-wrap-left {
    display: flex;
    position: relative;
    box-sizing: border-box;
}   
.banner-wrap .logo {
    margin-right: 30px;
}
.banner-wrap .banner-txt {
    color: #fff;
}
.banner-wrap .banner-txt .hostipal {
    font-size: 28px;
}
.banner-wrap .split-line {
    margin: 0 30px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.banner-wrap .banner-hzjg {
    position: relative;
    box-sizing: border-box;
}
.banner-wrap .banner-hzjg li {
    margin: 1px 0;
    padding-left: 15px;
    color: #fff;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
}
.banner-wrap .banner-hzjg li::before {
    content: ' ';
    position: absolute;
    top: 45%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
}
/* 搜索 */
.banner-wrap .search-box {
    width: 320px;
    height: 56px;
    position: relative;
    box-sizing: border-box;
}
.search-box {
    position: relative;
    box-sizing: border-box;
}
.search-box .search{
	margin-top: 30px;
	height: auto;
	position: relative;
    display: flex;
    justify-content: center;
}
.search-box .search .searchcon{
    width: 180px;
	height: 43px;
	line-height: 43px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #dfdfdf;
    border-right: none;
	border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	font-family: "微软雅黑", "Microsoft Yahei";
	color: #999;
	font-size: 14px;
}
.search-box .search .searchcon:after {
    content: ' ';
    position: absolute;
    top: 35%;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #cccccc;
}
.search-box .search .searchcon::-ms-clear{display: none;}
.search-box .search .searchcon::-ms-reveal{display: none;}
.search-box .search .searchcon::-o-clear{display: none;}
.search-box .search .searchan{
	width: 80px;
	height: 45px;
	background: url(../images/20221219_icon_search.png) center no-repeat;
	cursor: pointer; 
    outline: none;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-left: 0;
    position: relative;
}
.search-box .search .input-line {
    color: #ccc;
    height: 43px;
    line-height: 44px;
    background-color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-top-color: #dfdfdf;
    border-bottom-color: #dfdfdf;
}
/* 背景图 */
.header-part .header-bg {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.header-part .header-bg .bgimg {
    width: 100%;
    height: auto;
}
.header-part .header-menu {
    margin: 0 auto;
    margin-top: -66px;
    padding: 30px 20px;
    width: 1200px;
    height: 132px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 32px 3px rgb(18, 101, 143, .2);
    position: relative;
    box-sizing: border-box;
}
.header-part .header-menu .menuList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}
.menuList .split-line {
    margin-top: 15px;
    width: 1px; 
    height: 32px;
    background-color: #d8d8d8;
    align-items: center;
}
.menuList .menu-item {
    flex: 1px;
    position: relative;
    box-sizing: border-box;
}
.menuList .menu-item a {
    display: block;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.menuList .menu-item a .menu-icon {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
}
.menuList .menu-item a .menu-name {
    color: #333;
    font-size: 16px;
}

/* 新闻栏目 */
.news-part {
    margin: 60px 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.news-part .news-wrap {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.news-part .news-wrap .news-box {
    width: 930px;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-top .news-swiper-box {
    width: 520px;
    height: 296px;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-top .news-tabs {
    width: 390px;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.news-tabs .news-tabs-title {
    position: relative;
    box-sizing: border-box;
}
.news-tabs .news-tabs-title .tabs-list {
    display: flex;
    position: relative;
    box-sizing: border-box;
}
.news-tabs .news-tabs-title .tabs-list .tabs-title {
    margin-right: 10px;
    width: 140px;
    height: 52px;
    line-height: 52px;
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    background-color: #F5F5F5;
    position: relative;
    box-sizing: border-box;
}
.news-tabs .news-tabs-title .tabs-list .tabs-title a {
    color: inherit;
}
.news-tabs .news-tabs-title .tabs-list .tabs-title.active {
    color: #fff;
    background-color: #3f70C8;
}
.news-tabs .news-tabs-title .tabs-list .news-tabs-list-box {
    position: relative;
    box-sizing: border-box;
}
.news-tabs-list-box .news-tabs-list {
    position: relative;
    box-sizing: border-box;
}
.news-tabs-list-box .news-tabs-list .news-item {
    margin-top: 30px;
    height: 52px;
    display: flex;
    position: relative;
    box-sizing: border-box;
}
.news-tabs-list-box .news-tabs-list .news-item:hover .news-time {
    color: #3f70C8;
}
.news-tabs-list-box .news-tabs-list .news-item:hover .news-con {
    color: #3f70C8;
}
.news-tabs-list-box .news-tabs-list .news-item .news-time {
    margin-right: 8px;
    width: 62px;
    line-height: 52px;
    text-align: center;
    background-color: #EFF2FB;
}
.news-tabs-list-box .news-tabs-list .news-item .news-con {
    width: 320px;
    line-height: 24px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* 底部列表 */
.news-box .news-bottom {
    margin-top: 25px;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-bottom .news-tabs-list {
    position: relative;
    box-sizing: border-box;
}
.news-box .news-bottom .news-tabs-list .news-item {
    margin: 10px 0;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    position: relative;
    box-sizing: border-box;
}
.news-box .news-bottom .news-tabs-list .news-item .news-time {
    float: right;
    color: #666;
}
.news-box .news-bottom .news-tabs-list .news-item .news-con {
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-box .news-bottom .news-tabs-list .news-item:before {
    content: ' ';
    position: absolute;
    top: 43%;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #3f70C8;
    border-radius: 5px;
}
.news-box .news-bottom .news-tabs-list .news-item:hover .news-con {
    padding-left: 8px;
    transition: padding-left .3s;
    color: #3f70C8;
}



.news-part .news-wrap .yygk-box {
    width: 220px;
    position: relative;
    box-sizing: border-box;
}
.yygk-box .yygk-pic {
    width: 220px;
    height: 120px;
}
.yygk-box .yygk-pic img {
    width: 100%;
    height: 100%;
}
.yygk-box .yygk-tit {
    margin-top: -26px;
    width: 152px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #3f70C8;
    position: relative;
    box-sizing: border-box;
    float: right;
}
.yygk-box .yygk-desc {
    padding: 35px 20px 15px;
    height: 210px;
    background-color: #f9fbff;
}
.yygk-box .yygk-desc p {
    line-height: 30px;
    color: #696969;
    font-size: 14px;
    letter-spacing: -0.2px;

    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}
.yygk-box .yygk-phone {
    width: 100%;
    height: 64px;
    background-color: #EFF2FB;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yygk-box .yygk-phone .tel-icon {
    width: 24px;
    height: 22px;
}
.yygk-box .yygk-phone .tel-txt {
    margin-left: 15px;
    color: #3f70C8;
    font-size: 20px;
}

/* news Swiper */
#newSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
#newSwiper .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
}
#newSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 296px;
}

/* 自定义底部分页器 */
#newSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#newSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#newSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#newSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#newSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#newSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮 */
#newSwiper > .swiper-button-next,
#newSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#newSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#newSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}



/* 就医指南 */
.jyzn-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.jyzn-part .jyzn-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}

.chnl-tit-box {
    padding-bottom: 25px;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box; 
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.chnl-tit-box .chnl-tit {
    display: flex;
    position: relative;
    box-sizing: border-box; 
}
.chnl-tit-box .chnl-tit .chnl-icon {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}
.chnl-tit-box .chnl-tit .chnl-txt {
    color: #333;
    font-size: 20px;
}
.chnl-tit-box .more {
    width: 62px;
    height: 26px;
    line-height: 26px;
    position: relative;
    box-sizing: border-box;
    color: #3f70C8;
    font-size: 14px;
    text-align: center;
    background-color: #EEF2FA;
    display: block;
}

.jyzn-part .jyzn-wrap .yjzn-content {
    margin: 40px auto 60px;
    position: relative;
    box-sizing: border-box; 
}
.jyzn-part .jyzn-wrap .yjzn-content .yjzn-list {
    display: flex;
    position: relative;
    box-sizing: border-box;
}
.yjzn-list .yjzn-block {
    margin-right: 20px;
    padding: 28px 0;
    display: block;
    width: 224px;
    height: 88px;
    position: relative;
    box-sizing: border-box;
}
.yjzn-list .yjzn-block:last-child {
    margin-right: 0;
}
.yjzn-list .yjzn-block .yjzn-icon {
    margin-left: 50px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    position: relative;
    box-sizing: border-box;
    float: left;
}
.yjzn-list .yjzn-block .yjzn-txt {
    line-height: 28px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: left;
}

/* 科室导航 */
.ksdh-part {
    width: 100%;
    height: 588px;
    background-color: #f9faff;
    position: relative;
    box-sizing: border-box;
}
.ksdh-part .ksdh-wrap {
    margin: 0 auto;
    padding: 60px 0 50px;
    width: 1200px;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.ksdh-part .ksdh-wrap .ksdh-content {
    position: relative;
    box-sizing: border-box;
}
.ksdh-content .ks-tabs-box {
    margin: 20px 0 30px;
    height: 68px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(231,232,240,1);
    position: relative;
    box-sizing: border-box; 
}
.ksdh-content .ks-tabs-box .tabs-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box; 
}
.ksdh-content .ks-tabs-box .tabs-list .tabs-item {
    height: 68px;
    line-height: 68px;
    flex: 1;
    color: #666;
    text-align: center;
    background-color: #fff;
    position: relative;
    box-sizing: border-box; 
}
.ksdh-content .ks-tabs-box .tabs-list .tabs-item.active {
    color: #fff;
    background-color: #3f70C8;
}
.ksdh-content .ks-tabs-box .tabs-list .tabs-item.active:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}


.ksdh-content .ks-content-box {
    margin-top: 30px;
    position: relative;
    box-sizing: border-box; 
}
.ksdh-content .ks-content-box .ks-content-item {
    padding: 30px 30px;
    height: 290px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box; 
    display: flex;
}
.ksdh-content .ks-content-box .ks-content-item .ks-pic {
    margin-right: 40px;
    width: 400px;
    height: 230px;
    position: relative;
    box-sizing: border-box; 
}
.ksdh-content .ks-content-box .ks-content-item .ks-pic .ks-img { 
    width: 100%;
    height: 100%;
}
.ksdh-content .ks-content-box .ks-content-item .ks-pic .ks-txt {
    padding: 10px 20px 10px;
    height: 92px;
    background: rgba(0,0,0,0.60);
    position: absolute;
    bottom: 0;
    box-sizing: border-box;  
}
.ksdh-content .ks-content-box .ks-content-item .ks-txt .ks-tit {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.ksdh-content .ks-content-box .ks-content-item .ks-txt .ks-desc {
    color: #fff;
    font-size: 14px;
    text-indent: 2em;
}
.ksdh-content .ks-content-box .ks-content-item .ks-item-box {
    width: 700px;
    height: 230px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; 
}
.ksdh-content .ks-content-box .ks-content-item .ks-item-box .ks-item-list {
    display: flex;
    flex-wrap: wrap;
}
.ksdh-content .ks-content-box .ks-content-item .ks-item-box .ks-item-list .ks-item {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 167px;
    height: 42px;
    border: 1px solid #b5b4b4;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.ksdh-content .ks-content-box .ks-content-item .ks-item-box .ks-item-list .ks-item a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: inherit;
}
.ksdh-content .ks-content-box .ks-content-item .ks-item-box .ks-item-list .ks-item:nth-child(4n) {
    margin-right: 0;
}
.ksdh-content .ks-content-box .ks-content-item .ks-item-box .ks-item-list .ks-item.on {
    color: #fff;
    background-color: #3f70c8;
    border: 1px solid #3f70c8;
}
/* 特色医疗 */
.tsyl-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.tsyl-part .tsyl-wrap {
    margin: 0 auto;
    padding: 60px 0 50px;
    width: 1200px;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.tsyl-part .tsyl-wrap .tsyl-box {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
#tsylSwiper .swiper-slide {
    vertical-align: top;
    display: inline-block;
}
#tsylSwiper .swiper-slide .list-pic {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
#tsylSwiper .swiper-slide .list-pic img {
    width: 100%;
    height: 100%;
}
#tsylSwiper .swiper-slide .list-text {
    width: 100%;
    height: 240px;
    text-align: center;
    overflow: hidden;
    background: url(../images/20221219_tsyl_bg.png) top center no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
}
.list-text .list-txt-mask {
    padding: 50px 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgb(88, 124, 189, .9);
    position: relative;
    box-sizing: border-box;
}
.list-text .list-txt-mask .zx-name {
    margin: 0 auto;
    width: 152px;
    height: 80px;
    border: 1px solid #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-text .list-txt-mask .more {
    display: block;
    margin-top: 24px;

}
#tsylSwiper .swiper-slide .pic-swiper-box {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
#tsylSwiper .swiper-slide:nth-child(n-1) .list-text .list-txt-mask {
    background-color: rgb(88, 124, 189, .9);
}
#tsylSwiper .swiper-slide:nth-child(2n-1) .list-text .list-txt-mask {
    background-color: rgb(195, 173, 120, .9);
}
#tsylSwiper .swiper-slide:nth-child(3n-1) .list-text .list-txt-mask {
    background-color: rgb(94, 168, 188, .9);
}


/* 专家介绍 */
.zjjs-part {
    width: 100%;
    background-color: #f9faff;
    position: relative;
    box-sizing: border-box;
}
.zjjs-part .zjjs-wrap {
    margin: 0 auto;
    padding: 60px 0 50px;
    width: 1200px;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.zjjs-part .zjjs-wrap .zjjs-box {
    margin-top: 36px;
    width: 100%;
    height: 290px;
    position: relative;
    box-sizing: border-box;
}
#zjjsSwiper .zj-item {
    padding: 16px 16px;
    max-width: 188px;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #edf0fb;
}
#zjjsSwiper .swiper-slide:first-child {
    margin-left: 0;
}
#zjjsSwiper .zj-item .zj-pic {
    margin: 0 auto;
    width: 156px;
    height: 180px;
}
#zjjsSwiper .zj-item .zj-pic img {
    width: 100%;
    height: 100%;
}
#zjjsSwiper .zj-item .zj-desc {
    padding: 20px 0 0;
    position: relative;
    box-sizing: border-box;
}
#zjjsSwiper .zj-item .zj-desc .zj-tit {
    padding: 0 13px;
    display: flex;
    justify-content: space-between;
}
#zjjsSwiper .zj-item .zj-desc .zj-tit .zj-name {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}
#zjjsSwiper .zj-item .zj-desc .zj-tit .zj-zw {
    color: #666;
    font-size: 16px;
}
#zjjsSwiper .zj-item .zj-desc .zj-ks {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    text-align: center;
    position: relative;
}
/* 院貌展示 */
.ymzs-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.ymzs-part .ymzs-wrap {
    margin: 0 auto;
    padding: 60px 0 50px;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.ymzs-part .ymzs-wrap .ymzs-box {
    margin-top: 36px;
    position: relative;
    box-sizing: border-box; 
}
.ymzs-box .ymzs-list {
    position: relative;
    box-sizing: border-box; 
    display: flex;
    flex-wrap: wrap;
}
.ymzs-box .ymzs-list .ymzs-item {
    margin-right: 24px;
    margin-bottom: 35px;
    width: 220px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; 
}
.ymzs-box .ymzs-list .ymzs-item:nth-child(5n) {
    margin-right: 0;
}
.ymzs-box .ymzs-list .ymzs-item .ymzs-pic {
    width: 220px;
    height: 160px;
}
.ymzs-box .ymzs-list .ymzs-item .ymzs-txt {
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
}
.ymzs-box .ymzs-list .ymzs-item .ymzs-txt p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ymzs-box .ymzs-list .ymzs-item .ymzs-time {
    text-align: right;
}
.ymzs-box .ymzs-list .ymzs-item .ymzs-time .time-icon {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.ymzs-box .ymzs-list .ymzs-item .ymzs-time .time {
    color: #666;
    font-size: 12px;
}
/* 侧边栏 */
.aside-box {
    width: 90px;
    background-color: #fff;
    box-shadow: 0px 0px 32px 3px rgb(235, 240, 249, .9);
    position: absolute;
    top: 570px;
    left: 50%;
    margin-left: 625px;
    z-index: 99;
}
.fixed_box {
    position: fixed;
    top: 10px;
}
.aside-box .aside-list {
    padding: 20px 10px 10px;
    position: relative;
}
.aside-box .aside-list .aside-item {
    display: block;
    width: 70px;
    height: 80px;
    text-align: center;
    position: relative;
}
.aside-item .aside-icon {
    margin: 0 auto;
    width: 24px;
    height: 24px;
}
.aside-item .aside-desc {
    margin-top: 12px;
    color: #999999;
    font-size: 15px;
}
.aside-item .aside-icon-h {
    display: block;
}
.aside-item .aside-icon-l {
    display: none;
}
.aside-item:hover .aside-icon-h {
    display: none;
}
.aside-item:hover .aside-icon-l {
    display: block;
}
.aside-item:hover .aside-desc {
    color: #1e57b7;
}
.aside-box .backtop {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: #1e57b7;
    cursor: pointer;
}

/* 底部 */
.bottom-part {
    width: 100%;
    background: url(../images/20221213_bottom_bg.png) bottom right no-repeat;
    position: relative;
    box-sizing: border-box;
}
.bottom-mask {
    width: 100%;
    background-color: rgba(21, 44, 68, 0.9);
    position: relative;
    box-sizing: border-box;
}
/* 友情链接 */
.yq-links-box {
    min-height: 80px;
    border-bottom: 1px solid #fff;
    position: relative;
    box-sizing: border-box;
}
.yq-links-box .yq-links-wrap {
    padding: 25px 0;
    margin: 0 auto;
    width: 1200px;
    line-height: 29px;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.yq-links-box .yq-links-wrap .links-tit {
    width: 110px;
    color: #fff;
    font-size: 18px;
    display: block;
}
.yq-links-box .yq-links-wrap .links-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.yq-links-box .yq-links-wrap .links-list li {
    margin: 0 20px;
    position: relative;
}
.yq-links-box .yq-links-wrap .links-list li .links-block {
    color: #fff;
    font-size: 16px;
}
/* 联系我们 */
.bottom-content {
    padding: 50px 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.bottom-content .bottom-content-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.bottom-content .bottom-content-wrap .lxwm-box {
    width: 420px;
}
.lxwm-box .lxwm-content {
    color: #fff;
    position: relative;
    box-sizing: border-box;
}
.lxwm-box .lxwm-content .lxwm-txt {
    margin-bottom: 20px;
    line-height: 29px;
    position: relative;
    box-sizing: border-box;
}
.lxwm-box .lxwm-content .lxwm-icon-list {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.lxwm-box .lxwm-content .lxwm-icon-list .lxwm-icon {
    margin-top: 20px;
    min-width: 180px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.lxwm-box .lxwm-content .lxwm-icon-list .lxwm-icon img {
    margin-right: 10px;
}
.lxwm-box .lxwm-content .lxwm-icon-list .lxwm-icon:nth-child(2n) {
    margin-right: 0;
}
/* 快捷导航 */
.bottom-content .bottom-content-wrap .kjdh-box {
    margin: 106px 85px 0 0;
    width: 500px;
    position: relative;
    box-sizing: border-box;
}

.kjdh-box p {
    margin-top: 15px;
    color: #fff;
}
.bottom-content .bottom-content-wrap .qrcode-box {
    position: relative;
}
.qrcode-box .qrcode-item {
    color: #fff;
    text-align: center;
}
/* 公安网备案 */
.bottom-txt {
    width: 100%;
    min-height: 80px;
    background-color: #334457;
    position: relative;
    box-sizing: border-box;
}
.bottom-txt .bottom-txt-wrap {
    margin: 0 auto;
    width: 1200px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    position: relative;
}